/**
	Example sub package test.
*/
module subPackage1.foo;

string foo() {
	return "foooood";
}